home *** CD-ROM | disk | FTP | other *** search
- InfoView = {
- ACTIONS = {
- loadFromFile:;
- windowDidMiniaturize:;
- windowDidBecomeKey:;
- windowDidResignKey:;
- };
- OUTLETS = {
- background;
- date;
- version;
- ball;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- hideAndClear:;
- clear:;
- showInfoPanel:;
- };
- OUTLETS = {
- infoPanel;
- window;
- text;
- };
- SUPERCLASS = Object;
- };
-